const runtime.unwindTrap
8 uses
runtime (current package)
proc.go#L4967: u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)
traceback.go#L67: unwindTrap
traceback.go#L491: u.flags |= unwindTrap
traceback.go#L493: u.flags &^= unwindTrap
traceback.go#L586: if u.flags&unwindTrap == 0 && u.frame.pc > u.frame.fn.entry() {
traceback.go#L840: traceback1(pc, sp, lr, gp, unwindTrap)
traceback.go#L864: flags &^= unwindTrap
traceback.go#L871: flags &^= unwindTrap
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |